Welcome![Sign In][Sign Up]
Location:
Search - linux fork she

Search list

[Shell apishell

Description: 实现Linux的进程管理。 a. 通过fork创建一个子进程。然后父子进程分别多次循环打印"parent"和"child", 同时打印出它们的pid,可以通过让进程睡眠一段时间来观看父子进程交叉执行的效果。 b. 通过fork创建子进程A, B。 A进程统计用户主目录下文件的个数并打印结果, B 进程列出用户主目录下的所有文件, 等待两个子进程都执行完毕时,父进程打印出后"child are completed!"信息后退出。
Platform: | Size: 73728 | Author: zc | Hits:

[OS Developlab1

Description: Nachos上开发的一个初级shell。Shell支持cd, dir, clr, environ, echo, help, pause and quit命令;上述命令之外的其他命令通过系统调用fork和exec创建子进程实现; -Nachos on the development of a primary shell. Shell support cd, dir, clr, environ, echo, help, pause and quit order the order other than an order through the system call fork and exec to create the realization of sub-process
Platform: | Size: 3072 | Author: 陈忠俊 | Hits:

CodeBus www.codebus.net